Represent single lane.
More...
Represent single lane.
Definition at line 14 of file Lane.cs.
| Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.Lane |
( |
Point |
startPoint, |
|
|
Point |
endPoint |
|
) |
| |
|
protected |
Lane constructor.
- Parameters
-
| startPoint | Location of input end. |
| endPoint | Location of output end. |
Definition at line 48 of file Lane.cs.
| void Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.AddInnerNode |
( |
InnerNode |
innerNodeToAdd | ) |
|
Adds new inner node.
- Parameters
-
| innerNodeToAdd | Inner node to add. |
Definition at line 66 of file Lane.cs.
| Node Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.endNode |
|
protected |
Node on the output end of lane.
Definition at line 28 of file Lane.cs.
| StartNode Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.startNode |
|
protected |
Node on the input end of lane.
Definition at line 19 of file Lane.cs.
| Node Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.EndNode |
|
get |
Node on the output end of lane.
Definition at line 32 of file Lane.cs.
| ReadOnlyCollection<InnerNode> Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.InnerNodes |
|
get |
Inner nodes on the lane.
Definition at line 41 of file Lane.cs.
| StartNode Microscopic_Traffic_Simulator___Model.GeometricObjects.Lanes.Lane.StartNode |
|
get |
Node on the input end of lane.
Definition at line 23 of file Lane.cs.
The documentation for this class was generated from the following file:
- Microscopic Traffic Simulator - Model/GeometricObjects/Lanes/Lane.cs